home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 October
/
The Sunday Times - The Month 2004-10.iso
/
pc
/
assets
/
swf
/
intro.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2004-09-01
|
488b
|
19 lines
function skip()
{
clearInterval(enterID);
mc_enter._visible = false;
connTardisSend.send("Tardis","intro_nextState");
}
function setSkipSO(val)
{
connTardisSend.send("Tardis","UsageData_setValue","soIssue","times_intro_skip",val);
}
function showEnterButton()
{
mc_enter.gotoAndPlay("loop");
clearInterval(enterID);
}
connTardisSend = new LocalConnection();
enterID = setInterval(showEnterButton,Number(_parent.currentPanel.skipDelay) * 1000);
stop();